home *** CD-ROM | disk | FTP | other *** search
- on mouseDown me
- global shapetypes
- if shapetypes = 1 then
- else
- if shapetypes = 2 then
- set the blend of sprite 102 to 60
- set the memberNum of sprite 102 to 589
- end if
- end if
- updateStage()
- end
-
- on mouseEnter
- global shapetypes
- if shapetypes = 1 then
- else
- if shapetypes = 2 then
- set the memberNum of sprite 102 to 562
- set the blend of sprite 102 to 100
- else
- if shapetypes = 3 then
- set the memberNum of sprite 102 to 567
- set the blend of sprite 102 to 100
- end if
- end if
- end if
- end
-
- on mouseLeave
- global shapetypes
- set the memberNum of sprite 102 to 575
- end
-